Final Work - Outcomes

Reading layer `austin_tracts' from data source 
  `/Users/arthursilvacheib/Documents/GitHub/pac-2024/pac24-data-workshop1/data-workshop1/dw2/data/tract/austin_tracts.shp' 
  using driver `ESRI Shapefile'
Simple feature collection with 705 features and 9 fields
Geometry type: POLYGON
Dimension:     XY
Bounding box:  xmin: -98.0104 ymin: 30.02345 xmax: -97.46976 ymax: 30.51948
Geodetic CRS:  WGS 84

Student’s Work - Outcome 1

Rows: 19,910
Columns: 18
$ CCN        <dbl> 20400374, 20400836, 20116614, 20022660, 20025473, 20003902,…
$ REPORT_DAT <chr> "2020/03/23 01:13:49+00", "2020/06/25 03:57:28+00", "2020/0…
$ SHIFT      <chr> "EVENING", "MIDNIGHT", "DAY", "EVENING", "DAY", "DAY", "DAY…
$ METHOD     <chr> "OTHERS", "OTHERS", "OTHERS", "OTHERS", "OTHERS", "OTHERS",…
$ OFFENSE    <chr> "THEFT/OTHER", "THEFT F/AUTO", "THEFT/OTHER", "THEFT/OTHER"…
$ BLOCK      <chr> "900 - 999 BLOCK OF WHARF STREET SW", "300 - 399 BLOCK OF G…
$ WARD       <dbl> 6, 6, 2, 6, 5, 5, 7, 2, 4, 7, 2, 4, 6, 6, 1, 5, 3, 8, 3, 8,…
$ ANC        <chr> "6D", "6C", "2G", "6A", "5A", "5A", "7F", "2E", "4C", "7E",…
$ DISTRICT   <dbl> 1, 1, 3, 1, 4, 4, 6, 2, 4, 6, 2, 4, 1, 1, 3, 5, 2, 7, 2, 7,…
$ PSA        <dbl> 103, 104, 308, 104, 405, 406, 603, 206, 407, 605, 206, 404,…
$ BID        <chr> "SOUTHWEST", NA, NA, NA, NA, NA, NA, "GEORGETOWN", NA, NA, …
$ long       <dbl> -77.02625, -77.00131, -77.02192, -76.98365, -76.99601, -77.…
$ lat        <dbl> 38.88002, 38.89891, 38.90354, 38.89829, 38.94728, 38.95421,…
$ GEOID      <dbl> 110010102025, 110010083011, 110010048022, 110010080011, 110…
$ Block      <chr> "Block Group 5", "Block Group 1", "Block Group 2", "Block G…
$ Tract      <chr> "Census Tract 102.02", "Census Tract 83.01", "Census Tract …
$ County     <chr> "District of Columbia", "District of Columbia", "District o…
$ State      <chr> "District of Columbia", "District of Columbia", "District o…

Student’s Work - Outcome 2

Student’s Work - Outcome 3

Back to top